home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Alles Voor Internet / Tout Pour Internet
/
alles voor internet.iso
/
MacInternet™
/
Telnet
/
DialScript
/
Examples
/
transfertest.ds
< prev
next >
Wrap
Text File
|
1991-11-01
|
341b
|
14 lines
-- For this script to work, TeachText (little text editor that comes with
-- the Mac system) must be in the same folder as transfertest.ds
-- It should exit DialScript and run TeachText with this file.
script transfertest
state DoIt
display "Switching to Teachtext\r";
transfer "TeachText" "transfertest.ds";
end;
end;